home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / Harvest C / MPW Int & Lib / Interfaces / Palette.h < prev    next >
Text File  |  1991-04-17  |  614b  |  24 lines

  1. /************************************************************
  2.  
  3.     File: Palette.h
  4.  
  5.     As of MPW 3.0, interface files were reorganized to more closely
  6.     match "Inside Macintosh" reference books and be more consistant
  7.     from language to language.
  8.     
  9.     Interfaces for the Palette Manager are now found in Palettes.h.
  10.     This file, which includes Palettes.h, is provided for compatibility
  11.     with old sources.
  12.  
  13.     C Interface to the Macintosh Libraries
  14.  
  15.  
  16.     Copyright Apple Computer, Inc.    1987-1988
  17.     All rights reserved
  18.  
  19. ************************************************************/
  20.  
  21. #ifndef __PALETTES__
  22. #include <Palettes.h>
  23. #endif
  24.